statefiles: fix escape sequence for broken hostname output
authorKevin Darbyshire-Bryant <[email protected]>
Fri, 5 Dec 2025 08:09:14 +0000 (08:09 +0000)
committerÁlvaro Fernández Rojas <[email protected]>
Tue, 9 Dec 2025 15:07:14 +0000 (16:07 +0100)
commitc29aa70914988e09774fc5f49565e8ca88526050
treed6c0eaaa8ba8186fa44b8100155f9a0e91533659
parent00f2d7a4dbe5351f74e77cb3636897dc20ecb30b
statefiles: fix escape sequence for broken hostname output

Broken hostnames are being reported as "broken\x20-"
instead of "broken -" which I'm guessing is what was
intended.

Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/340
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/statefiles.c